github.com/andybalholm/brotli/matchfinder.arrival.length (field)
10 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L58: length uint32
pathfinder.go#L227: unmatched = int(arrivedHere.length)
pathfinder.go#L239: length: uint32(unmatched + 1),
pathfinder.go#L263: length: uint32(j - m.Start),
pathfinder.go#L274: !(arrivedHere.length != 0 && arrivedHere.distance == uint32(pending.Start-pending.Match)) {
pathfinder.go#L286: length: uint32(j - i),
pathfinder.go#L311: Length: int(a.length),
pathfinder.go#L314: i -= int(a.length)
pathfinder.go#L319: matches[len(matches)-1].Unmatched = int(a.length)
pathfinder.go#L320: i -= int(a.length)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |